Skip to content

Conversation

@ElizaWszola
Copy link
Contributor

@ElizaWszola ElizaWszola commented May 27, 2025

Integrate CUTLASS MoE fp8 kernels with PPLX.

Unit tests:

tests/kernels/moe/test_pplx_cutlass_moe.py

E2E testing:

export MASTER_ADDR=127.0.0.1
export MASTER_PORT=29500
export VLLM_ALL2ALL_BACKEND=pplx
python3 examples/offline_inference/data_parallel.py \
        --model="nm-testing/DeepSeek-Coder-V2-Lite-Instruct-FP8" \
        --dp-size=2 \
        --tp-size=1 \
        --trust-remote-code

Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
@github-actions
Copy link

👋 Hi! Thank you for contributing to the vLLM project.

💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels.

Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run fastcheck CI which starts running only a small and essential subset of CI tests to quickly catch errors. You can run other CI tests on top of those by going to your fastcheck build on Buildkite UI (linked in the PR checks section) and unblock them. If you do not have permission to unblock, ping simon-mo or khluu to add you in our Buildkite org.

Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging.

To run CI, PR reviewers can either: Add ready label to the PR or enable auto-merge.

🚀

@ElizaWszola ElizaWszola changed the title [Kernel] Integrate CUTLASS MoE kernel with PPLX [WIP][Kernel] Integrate CUTLASS MoE kernel with PPLX May 27, 2025
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
…d benchmarks

Signed-off-by: ElizaWszola <ewszola@redhat.com>
@mergify mergify bot added the ci/build label May 28, 2025
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
@ElizaWszola ElizaWszola changed the title [WIP][Kernel] Integrate CUTLASS MoE kernel with PPLX [Kernel] Integrate CUTLASS MoE kernel with PPLX May 28, 2025
@ElizaWszola ElizaWszola marked this pull request as ready for review May 28, 2025 16:10
Copy link
Member

@tlrmchlsmth tlrmchlsmth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left a few comments, but looks good overall -- lets try to get it landed once those and Bill's comments are addressed!

@mergify mergify bot removed the needs-rebase label Jun 3, 2025
@mergify
Copy link

mergify bot commented Jun 3, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @ElizaWszola.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Jun 3, 2025
Signed-off-by: ElizaWszola <ewszola@redhat.com>
@mergify mergify bot removed the needs-rebase label Jun 4, 2025
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
@mergify
Copy link

mergify bot commented Jun 5, 2025

This pull request has merge conflicts that must be resolved before it can be
merged. Please rebase the PR, @ElizaWszola.

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

@mergify mergify bot added the needs-rebase label Jun 5, 2025
Signed-off-by: Tyler Michael Smith <tyler@neuralmagic.com>
@tlrmchlsmth tlrmchlsmth added the ready ONLY add when PR is ready to merge/full CI is needed label Jun 5, 2025
@tlrmchlsmth tlrmchlsmth enabled auto-merge (squash) June 5, 2025 17:37
@mergify mergify bot removed the needs-rebase label Jun 5, 2025
Signed-off-by: ElizaWszola <ewszola@redhat.com>
Signed-off-by: ElizaWszola <ewszola@redhat.com>
auto-merge was automatically disabled June 6, 2025 04:48

Head branch was pushed to by a user without write access

@aarnphm aarnphm enabled auto-merge (squash) June 6, 2025 17:43
@simon-mo simon-mo disabled auto-merge June 7, 2025 01:26
@simon-mo simon-mo merged commit 84166fe into vllm-project:main Jun 7, 2025
93 of 96 checks passed
bnellnm added a commit to neuralmagic/vllm that referenced this pull request Jun 11, 2025
…#18762)"

This reverts commit 84166fe.

Signed-off-by: Bill Nell <bnell@redhat.com>
@bennorris123
Copy link

bennorris123 commented Aug 27, 2025

Hi @ElizaWszola - Is the pplx kernel already in the vllm image by default now? Or do we still need to go through the additional installation steps of expert parallelism (https://github.com/vllm-project/vllm/tree/main/tools/ep_kernels). Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci/build ready ONLY add when PR is ready to merge/full CI is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants